home *** CD-ROM | disk | FTP | other *** search
/ BBS Toolkit / BBS Toolkit.iso / doors_2 / tvtriv21.zip / TV.DOC < prev    next >
Text File  |  1993-03-23  |  13KB  |  267 lines

  1.  
  2.         One of the Livewire Collection of multi-BBS Doorware programs.
  3.            Supporting PCBoard, Wildcat!, Gap, QBBS, RBBS, Spitfire,
  4.           UltraBBS, Telegard, TriTel, TriBBS, Remote Access, and WWIV
  5.  
  6.                                 Richard Paquette
  7.                                    PO Box 416
  8.                               Mt. Laurel, NJ 08054
  9.  
  10.                            (c) Copyright 1989 - 1993
  11.                               All Rights Reserved
  12.  
  13.  
  14. SYSOP PLEASE NOTE: 
  15.         
  16. TV Trivia will create two files when needed... 
  17.  
  18. TV.USR <=- Tracks users and points
  19. TV.DAT <=- Tracks users and times in door today!
  20.  
  21. You might want to check if this file exist in your event and delete
  22. it.. We have had some boards that will not allow a user in the door
  23. after the first time in.. although we haven't found the exact problem
  24. we know that if this is deleted in your EVENT that it will create a
  25. new one the next time a user enters the door...
  26.  
  27.         Example line to add in your event batch file would be...
  28.  
  29.                if exist c:\tv\tv.dat del c:\tv\tv.dat
  30.  
  31. REGISTERED DOOR INFORMATION
  32.  
  33. Once this door is registered, you can get "tvutil.exe" which will
  34. allow you to add all the questions and answers you want to the existing
  35. data files and you can download any new DATA files from The Livewire BBS.
  36.  
  37. Additional Line(s) to the CFG file
  38. ----------------------------------
  39.                      
  40.  Line 5 <=- Registration number
  41.  Line 6 <=- Times allowed in door
  42.  Line 7 <=- Number of questions allowed in door (99 max)
  43.  
  44. Example configuration file for PCBOARD.SYS
  45. ------------------------------------------
  46.                                                                              
  47. C:\PCB\PCBOARD.SYS  <=-  (Full pathname of your PCBOARD.SYS file)
  48. The Livewire BBS    <=-  (Change this to your BBS name)
  49. Richard             <=-  (The Sysop's first name)
  50. Paquette            <=-  (The Sysop's last name)
  51.  
  52. Example configuration file for USERS.SYS
  53. ------------------------------------------
  54.                                                                              
  55. C:\PCB\USERS.SYS    <=-  (Full pathname of your USERS.SYS file)
  56. The Livewire BBS    <=-  (Change this to your BBS name)
  57. Richard             <=-  (The Sysop's first name)
  58. Paquette            <=-  (The Sysop's last name)
  59.  
  60. Example configuration file for DOOR.SYS
  61. ---------------------------------------
  62.                                                                              
  63. C:\BBS\DOOR.SYS     <=-  (Full pathname of your DOOR.SYS file)
  64. The Livewire BBS    <=-  (Change this to your BBS name)
  65. Richard             <=-  (The Sysop's first name)
  66. Paquette            <=-  (The Sysop's last name)
  67.  
  68. Example configuration file for USERINFO.DAT
  69. -------------------------------------------
  70.                                                                              
  71. C:\BBS\USERINFO.DAT <=-  (Full pathname of your USERINFO.DAT file)
  72. The Livewire BBS    <=-  (Change this to your BBS name)
  73. Richard             <=-  (The Sysop's first name)
  74. Paquette            <=-  (The Sysop's last name)
  75. NOTE: DOOR.SYS must be in the SAME directory as USERINFO.DAT
  76.  
  77. Example configuration file for CALLINFO.BBS
  78. -------------------------------------------
  79.                                                                              
  80. C:\BBS\CALLINFO.BBS <=-  (Full pathname of your CALLINFO.BBS file)
  81. The Livewire BBS    <=-  (Change this to your BBS name)
  82. Richard             <=-  (The Sysop's first name)
  83. Paquette            <=-  (The Sysop's last name)
  84.  
  85. Example configuration file for DORINFOx.DEF
  86. -------------------------------------------
  87.                                                                              
  88. C:\BBS\DORINFOx.DEF <=-  (Full pathname of your DORINFOx.DEF file
  89.                           where 'x' is the BBS Node number.
  90. The Livewire BBS    <=-  (Change this to your BBS name)
  91. Richard             <=-  (The Sysop's first name)
  92. Paquette            <=-  (The Sysop's last name)
  93.  
  94. Example configuration file for SFDOORS.DAT
  95. ------------------------------------------
  96.                                                                              
  97. C:\BBS\SFDOORS.DAT  <=-  (Full pathname of your SFDOORS.DAT file)
  98. The Livewire BBS    <=-  (Change this to your BBS name)
  99. Richard             <=-  (The Sysop's first name)
  100. Paquette            <=-  (The Sysop's last name)
  101.  
  102. Example configuration file for CHAIN.TXT
  103. ----------------------------------------
  104.                                                                              
  105. C:\BBS\CHAIN.TXT    <=-  (Full pathname of your CHAIN.TXT file)
  106. The Livewire BBS    <=-  (Change this to your BBS name)
  107. Richard             <=-  (The Sysop's first name)
  108. Paquette            <=-  (The Sysop's last name)
  109.  
  110. Example configuration file for GTUSER.BBS
  111. ----------------------------------------
  112.                                                                              
  113. C:\BBS\GTUSER.BBS   <=-  (Full pathname of your GTUSER.BBS file)
  114. The Livewire BBS    <=-  (Change this to your BBS name)
  115. Richard             <=-  (The Sysop's first name)
  116. Paquette            <=-  (The Sysop's last name)
  117. 1                   <=-  (COM port number - defaults to 1)
  118. 1                   <=-  (Node number - defaults to 1)
  119. 123123              <=-  (Registration Number)
  120.  
  121. Example configuration file for TRIBBS.SYS
  122. ----------------------------------------
  123.                                                                              
  124. C:\BBS\TRIBBS.SYS   <=-  (Full pathname of your TRIBBS.SYS file)
  125. The Livewire BBS    <=-  (Change this to your BBS name)
  126. Richard             <=-  (The Sysop's first name)
  127. Paquette            <=-  (The Sysop's last name)
  128.  
  129. Example Batch File 
  130. -------------------
  131. A sample batch file is included and is similar to the following:
  132.    ECHO OFF
  133.    CD\DOORS                <=- Switch to the door's Directory.
  134.    DOOR DOOR.CNF           <=- Execute the door program and pass the
  135.                                 configuration filename to the program.
  136.    CD\PCB                  <=- Go back to PCB DIR when user exits door.
  137.    BOARD                   <=- Restart BBS.
  138.                                                                              
  139. This Door is multi-node  compatible so you may run more than 1 node from
  140. the same .CNF file  provided the path to your system file (DORINFOx.DEF,
  141. CALLINFO.BBS, etc) is exactly the same unless you are using environment
  142. variables, (q.v.)
  143.  
  144.                          Environment Variables
  145.  
  146. PCBoard automatically creates the %PCBDRIVE% & %PCBDIR% environment
  147. variables. Non-PCBoard systems may also use these variables by including
  148. the following in either your BBS batch or AUTOEXEC.BAT
  149.  
  150.   SET PCBDRIVE=C:               <- Drive letter of your BBS files
  151.   SET PCBDIR=\BBSDIR            <- Path to your BBS files
  152.  
  153. Then in your Door .CNF file instead of putting C:\BBSDIR\DOOR.SYS, you
  154. would put %PCBDRIVE%%PCBDIR%\DOOR.SYS. This allows you to use just one
  155. .CNF file for multi-node operation!
  156.                                                                              
  157. To specify a non-standard IRQ, put the IRQ number after the .CNF on the
  158. command line.  For example:
  159.                                                                              
  160.      DOOR DOOR.CNF /5
  161.      or using the PCBDRIVE procedure: SET IRQ=5 and use
  162.      DOOR DOOR.CNF /%IRQ%  
  163.                                                                              
  164. This tells the program to use IRQ 5 instead of the standard IRQ.
  165.  
  166.                            Top Ten Bulletin
  167.                            ----------------
  168.                                                                              
  169. The first time you run this door online it will create 3 files called
  170. ****.BUL, ****.BLT and ****.BLT. If you  wish to change the path
  171. or filename of the  Bulletin,  you must edit  ****.BUL and  change the
  172. first line to whatever path/filename you desire, assuming that this door
  173. requires or has a bulletin to display.. these docs are generic for all
  174. The Livewire Doors and some of them DO NOT create a bulletin.
  175.  
  176.                               Sysop Keys
  177.                               ----------
  178.  
  179. F3    -  Toggles the printer On/Off. Value is passed to PCBoard and/or
  180.          written to DOOR.SYS and USERS.SYS
  181. F4    -  Toggles the Page Bell on/off. Value is passed to PCBoard
  182.          and/or written to DOOR.SYS and USERS.SYS
  183. F5    -  DOS Shell. Allows SysOp to exit to DOS from inside a DOOR.
  184. F7    -  Toggles the Caller Alarm On/Off. Value is passed to PCBoard
  185.          and/or written to DOOR.SYS and USERS.SYS
  186. F8    -  Returns the caller involuntarily to the BBS.
  187. F9    -  Toggles the local display On/Off. Value is passed to PCBoard
  188.          and/or written to DOOR.SYS and USERS.SYS
  189. F10   -  Activates SysOp CHAT mode within the DOOR.
  190. ESC   -  Deactivates CHAT mode.  DOOR is resumed.
  191. UP    -  Give the caller extra time while in the DOOR.  
  192. DN    -  Subtract time from the caller while in the DOOR. 
  193. HOME  -  HELP key for Status Line options.
  194. ALT-N -  SysOp next on toggle. Value passed to PCBoard. (PCBoard only)
  195. ALT-X -  PCBoard will exit after current caller logs off. Value is
  196.          passed to PCBoard. Not available on non-PCBoard systems.
  197.  
  198.                              Distribution
  199.                              ------------
  200.                                                                              
  201. This program is being distributed via the SHAREWARE concept and as such,
  202. may be copied freely with the following restrictions:
  203.                                                                              
  204.         * The program must be supplied in it's original unmodified
  205.           form, including documentation.
  206.                                                                              
  207.         * This program may not be distributed as part of any commercial
  208.           application or service without the express, written consent
  209.           of the author.
  210.                                                                              
  211.         * Vendors of Shareware/Public Domain software may not
  212.           distribute this program without the express, written
  213.           consent of the author even if Vendor has been approved
  214.           by the Association of Shareware Professionals (ASP).
  215.  
  216.                              Registration
  217.                              ------------
  218.                                                                              
  219. This door represents  many hours of  programming and the author deserves
  220. just compensation for his time, efforts and expertise.  If you find this
  221. program to be of some  value and you  continue to use it on your system,
  222. you must return the order form provided along with the registration fee.
  223. Registration  entitles you to  free upgrades via  modem from  The Livewire
  224. BBS Support Conference.  Payments should be  made in the  form of a check or
  225. money order. Foreign orders must be in U.S. funds drawn on a U.S. bank.
  226.  
  227. Online registration with Visa or Mastercard is available via our Credit
  228. Card Door at the following system:
  229.                                                                              
  230.                   The Livewire BBS: (609) 235-5297 HST
  231.                                                                              
  232. NOTE: If you register by mail,  your registration number will be posted
  233.       in a private message on The Livewire BBS. 
  234.  
  235.                                Copyright
  236.                                ---------
  237.                                                                              
  238. This door is Copyrighted(c) 1989-93 by Richard Paquette, and is distributed
  239. as Shareware. Under this concept you may use the SHAREWARE (unregistered)
  240. version for a  reasonable period of  time for evaluation  after which you
  241. must either register your copy or discontinue  usage.
  242.  
  243.                                Warranty
  244.                                --------
  245.                                                                              
  246. This product is provided as is without warranty of any kind.  The entire
  247. risk as to the results and performance of the program is assumed by you.
  248. Futhermore, the  author does not warrant, guarantee, or  make any  other
  249. representations regarding the use of,  or the  results of the use of the
  250. program,  and you rely on the  program and  results  solely at  your own
  251. risk.  The author  cannot and will not accept  responsibility for system
  252. damage, loss of profit or any other special, consequential or incidental 
  253. damages  resulting  from  the use of or inability to  use this  product.
  254.  
  255.                                Com-Ports
  256.                                ---------
  257.  
  258.                    DoorFrame now supports COM 0 thru 15.
  259.  
  260.                              Fossil Drivers
  261.                              --------------
  262.                                                                              
  263. This door may be used with Fossil drivers such as X00 & BNU.  This makes
  264. it compatible  with most  multi-port  boards.  To use the Fossil  driver
  265. instead of the standard COM ports, include  /FD on the command line when
  266. running the door. For example: DOOR DOOR.CNF /FD
  267.